home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / DefineSprite_83 / frame_2 / DoAction.as
Text File  |  2011-08-19  |  198b  |  13 lines

  1. if(bar._width < 100)
  2. {
  3.    bar._width += 1;
  4.    bar._x = bar_origin_x;
  5.    bar._y = bar_origin_y;
  6.    _root.score += 100;
  7.    _root.display_score = _root.score;
  8. }
  9. else
  10. {
  11.    gotoAndPlay(4);
  12. }
  13.